projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14c9888
)
(Making Backups): Remove doubled `for'.
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 23 Feb 2001 13:12:30 +0000
(13:12 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 23 Feb 2001 13:12:30 +0000
(13:12 +0000)
lispref/backups.texi
patch
|
blob
|
history
diff --git
a/lispref/backups.texi
b/lispref/backups.texi
index 91620db4a6b5a728a850e1958a7bd79a5c5cc3e0..7c35ecdd817aa6050c289b96572316ac484c9a5f 100644
(file)
--- a/
lispref/backups.texi
+++ b/
lispref/backups.texi
@@
-147,7
+147,7
@@
This variable's value is a function to use for making backups instead of
the default @code{make-backup-file-name}. A value of nil gives the
default @code{make-backup-file-name} behaviour.
-This could be buffer-local to do something special for
for
specific
+This could be buffer-local to do something special for specific
files. If you define it, you may need to change
@code{backup-file-name-p} and @code{file-name-sans-versions} too.
@end defvar